Encodes a single or multiple single-precision floating-point numbers using Fast Infoset's binary encoding and writes the result at the current position in the element content.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shadows Sub WriteValue( _
ByVal value() As Single _
) |
| Delphi | |
|---|
public procedure WriteValue(
value: Singlearray of
); |
| JScript | |
|---|
public hide function WriteValue(
value : float[]
); |
| Managed Extensions for C++ | |
|---|
public: new void WriteValue(
float[]* value
) |
Parameters
- value
- The array containing a single or multiple single-precision floating-point numbers.
See Also